Micron Document
🎖️GitЯра🎖️

Commit 733cb92aecb51deab11edb2e9c3e198f9579304c


Parents : 4eb7ed8
Author : renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signature : Signature validation error
Date : 2026-05-19T06:20:13-05:00
Committer : GitHub <noreply@github.com>
Date : 2026-05-19T06:20:13-05:00

chore(deps): update actions/setup-node action to v6 (#5486)

Changes

2 files changed, 2 insertions(+), 2 deletions(-)


Diff

diff --git a/.github/workflows/docs-governance.yml b/.github/workflows/docs-governance.yml
index f4709e3588..e5a6272e5e 100644
--- a/.github/workflows/docs-governance.yml
+++ b/.github/workflows/docs-governance.yml
@@ -165,7 +165,7 @@ jobs:
fetch-depth: 1
- name: Setup Node.js
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
with:
node-version: "20"

diff --git a/.github/workflows/sync-android-docs.yml b/.github/workflows/sync-android-docs.yml
index 91cda7367a..3490973a71 100644
--- a/.github/workflows/sync-android-docs.yml
+++ b/.github/workflows/sync-android-docs.yml
@@ -23,7 +23,7 @@ jobs:
git clone --depth=1 --branch main https://github.com/meshtastic/Meshtastic-Android.git /tmp/Meshtastic-Android
- name: Setup Node.js
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
with:
node-version-file: ".nvmrc"

Served by rngit 1.5.4 - Generated in 0.04s